projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44bbb3e
)
(nroff-mode): Don't leave nroff-electric-mode void.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 26 May 1993 22:17:29 +0000
(22:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 26 May 1993 22:17:29 +0000
(22:17 +0000)
lisp/textmodes/nroff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/nroff-mode.el
b/lisp/textmodes/nroff-mode.el
index 273e8ee201b5734116485473e9ff3666db6b8ecb..78c6a10f31c0be1d65aff8a2489afc41e10ca482 100644
(file)
--- a/
lisp/textmodes/nroff-mode.el
+++ b/
lisp/textmodes/nroff-mode.el
@@
-61,6
+61,7
@@
closing requests for requests that are used in matched pairs."
(set-syntax-table text-mode-syntax-table)
(setq local-abbrev-table nroff-mode-abbrev-table)
(make-local-variable 'nroff-electric-mode)
+ (setq nroff-electric-mode nil)
;; now define a bunch of variables for use by commands in this mode
(make-local-variable 'page-delimiter)
(setq page-delimiter "^\\.\\(bp\\|SK\\|OP\\)")